home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d576 / termii.lha / TermII / English / ARexx Examples / quit.rexx < prev    next >
OS/2 REXX Batch file  |  1991-12-22  |  479b  |  14 lines

  1. /* quit.rexx                                                            */
  2. /*                                                                      */
  3. /*                                                                      */
  4. /*      A program to quit rexx. Useful if Term II is lost in the        */
  5. /*      background - you accidentally close the console window -        */
  6. /*      or to quit whitout having to confirm                            */
  7.  
  8.  
  9. address TERM
  10.  
  11.     'quit'
  12.  
  13.  
  14.